JAMSRESTAPI Web Service
PostAuthentication_Login
JAMSRESTAPI Web Service > All Operations Resource Group : Authentication_Login (Post)

Resource Path: /api/authentication/login

Uri: http://doc.jamsscheduler.com/api/authentication/login

Description
Login to the web server
Request

The request body is of type LoginData.

The login credentials

Overview

LoginData
username : string
password : string
grant_Type : string
refresh_Token : string
Response

The response body is of type AccessToken.

OK

Overview

AccessToken
access_token : string
expires_in : string
refresh_token : string
See Also
All Operations Resource GroupJAMSRESTAPI Web Service